home *** CD-ROM | disk | FTP | other *** search
/ Apple Color Graphics Sampler / Apple Color Graphics Sampler.iso / English / Demo Applications / Swivel 3D Pro / Command Set examples / Poly Norm example < prev   
Encoding:
Text File  |  1990-07-14  |  434 b   |  19 lines  |  [TEXT/ttxt]

  1. NewObject 
  2.  
  3.     PolyNormPoints:
  4.     1    1    1    -2    -2    -2    ,
  5.     1    1    -1    -2    -2    2    ,
  6.     1    -1    -1    -2    2    2    ,
  7.     1    -1    1    -2    2    -2    ,
  8.     1    1    1    -2    -2    -2    ,
  9.     EndPolyNorm
  10.  
  11.     PolyNormPoints:
  12.     -1    1    1    2    -2    -2    ,
  13.     -1    1    -1    2    -2    2    ,
  14.     -1    -1    -1    2    2    2    ,
  15.     -1    -1    1    2    2    -2    ,
  16.     -1    1    1    2    -2    -2    ,
  17.     EndPolyNorm
  18.  
  19.